C# 클래스 Dev2.Studio.Core.AppResources.ExtensionMethods.ModelPropertyCollectionExtensions

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
SetValue ( this properties, string propertyName, object value ) : void

Sets the value of a property with in a model properties collection, if the property doesn't exist no action is taken.

메소드 상세

SetValue() 공개 정적인 메소드

Sets the value of a property with in a model properties collection, if the property doesn't exist no action is taken.
public static SetValue ( this properties, string propertyName, object value ) : void
properties this The model property collection.
propertyName string Name of the property to set.
value object The value to set.
리턴 void