Bamboo.Prevalence.Attributes.SubSystemAttribute.SubSystemAttribute C# (CSharp) Метод

SubSystemAttribute() публичный Метод

public SubSystemAttribute ( string fieldName ) : System
fieldName string
Результат System
		public SubSystemAttribute(string fieldName)
		{
			_fieldName = fieldName;
		}
SubSystemAttribute