Bamboo.Prevalence.Attributes.SubSystemAttribute.SubSystemAttribute C# (CSharp) 메소드

SubSystemAttribute() 공개 메소드

public SubSystemAttribute ( string fieldName ) : System
fieldName string
리턴 System
		public SubSystemAttribute(string fieldName)
		{
			_fieldName = fieldName;
		}
SubSystemAttribute