public static String Value(ITextAndCustomPropertyObject ITextAndCustomPropertyinstance) { return(ITextAndCustomPropertyinstance.ITextAndCustomPropertyInstance.Value); }
public static Boolean IsCustomProperty(ITextAndCustomPropertyObject ITextAndCustomPropertyinstance) { return(ITextAndCustomPropertyinstance.ITextAndCustomPropertyInstance.IsCustomProperty); }
public static String CustomPropertyName(ITextAndCustomPropertyObject ITextAndCustomPropertyinstance) { return(ITextAndCustomPropertyinstance.ITextAndCustomPropertyInstance.CustomPropertyName); }
public static String Description(ITextAndCustomPropertyObject ITextAndCustomPropertyinstance) { return(ITextAndCustomPropertyinstance.ITextAndCustomPropertyInstance.Description); }