JryVideo.Common.VideoRoleViewModel.RefreshProperties C# (CSharp) 메소드

RefreshProperties() 공개 메소드

the method will call PropertyChanged for each property which has [NotifyPropertyChanged]
public RefreshProperties ( ) : void
리턴 void
        public override void RefreshProperties()
        {
            base.RefreshProperties();
            this.NameViewModel.RefreshProperties();
        }