Table of Contents

Class ModifyStandardFieldText

Namespace
InSite.Application.Standards.Write
Assembly
Shift.Sdk.dll
public class ModifyStandardFieldText : Command, ICommand
Inheritance
ModifyStandardFieldText
Implements
Inherited Members
Extension Methods

Constructors

ModifyStandardFieldText(Guid, StandardField, string)

public ModifyStandardFieldText(Guid standardId, StandardField standardField, string value)

Parameters

standardId Guid
standardField StandardField
value string

Properties

Field

public StandardField Field { get; set; }

Property Value

StandardField

Value

public string Value { get; set; }

Property Value

string