JryVideo.Common.VideoRoleViewModel.RefreshProperties C# (CSharp) Method

RefreshProperties() public method

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